Opc.Ua.Core
Translate(IList<String>,String,String,Object[]) Method



Opc.Ua Namespace > ITranslationManager Interface > Translate Method : Translate(IList<String>,String,String,Object[]) Method
The list of preferred locales
The key used to look up the translation
The text to translate
The format argumente
Translates the text and then formats it with the arguments provided.
Syntax
'Declaration
 
Overloads Function Translate( _
   ByVal preferredLocales As IList(Of String), _
   ByVal key As String, _
   ByVal text As String, _
   ByVal ParamArray args() As Object _
) As LocalizedText
'Usage
 
Dim instance As ITranslationManager
Dim preferredLocales As IList(Of String)
Dim key As String
Dim text As String
Dim args() As Object
Dim value As LocalizedText
 
value = instance.Translate(preferredLocales, key, text, args)

Parameters

preferredLocales
The list of preferred locales
key
The key used to look up the translation
text
The text to translate
args
The format argumente

Return Value

The translated text
Remarks
If any error occur during format the unformatted text is used instead.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITranslationManager Interface
ITranslationManager Members
Overload List